Uses of Interface
org.eclipse.vtp.desktop.projects.core.IMediaContainer

Packages that use IMediaContainer
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.core.wizards   
org.eclipse.vtp.desktop.projects.voice.internals   
org.eclipse.vtp.desktop.views   
 

Uses of IMediaContainer in org.eclipse.vtp.desktop.projects.core
 

Subinterfaces of IMediaContainer in org.eclipse.vtp.desktop.projects.core
 interface IMediaFilesFolder
          This interface represents the media files resource folder that occurs in persona projects and brands in application projects.
 interface IMediaFolder
          This interface represents a user created folder below the media files folder of persona projects and brands in application projects.
 

Methods in org.eclipse.vtp.desktop.projects.core that return IMediaContainer
 IMediaContainer IMediaResource.getParentMediaContainer()
           
 

Methods in org.eclipse.vtp.desktop.projects.core with parameters of type IMediaContainer
 IMediaFile IMediaFileFactory.createMediaFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
           
 

Uses of IMediaContainer in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IMediaContainer
 class MediaFilesFolder
          This is a concrete implementation of IMediaFilesFolder and provides the default behavior of that interface.
 class MediaFolder
          This is a concrete implementation of IMediaFilesFolder and provides the default behavior of that interface.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IMediaContainer
 IMediaContainer MediaResource.getParentMediaContainer()
           
 

Methods in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IMediaContainer
 IMediaFile MediaTypeManager.createMediaFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
           
 IMediaFile GrammarFileFactory.createMediaFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
           
 

Constructors in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IMediaContainer
GrammarFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
          Creates a new GrammarFile in the given media container with the provided eclipse file resource.
MediaFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
          Creates a new MediaFile in the given container with the provided eclipse file resource.
MediaFolder(IMediaContainer container, org.eclipse.core.resources.IFolder folder)
          Creates a new MediaFolder in the provided container with the given eclipse folder resource.
MediaResource(IMediaContainer container, org.eclipse.core.resources.IResource resource)
          Craetes a new MediaResource in the provided media container with the given eclipse file resource.
 

Uses of IMediaContainer in org.eclipse.vtp.desktop.projects.core.wizards
 

Constructors in org.eclipse.vtp.desktop.projects.core.wizards with parameters of type IMediaContainer
CreateGrammarWizard(IMediaContainer mediaContainer)
          Creates a new CreateDatabaseWizard instance in the given database set.
CreateMediaFolderWizard(IMediaContainer container)
          Creates a new CreateMediaFolderWizard instance for the given media container.
 

Uses of IMediaContainer in org.eclipse.vtp.desktop.projects.voice.internals
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals with parameters of type IMediaContainer
 IMediaFile AudioFileFactory.createMediaFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
           
 

Constructors in org.eclipse.vtp.desktop.projects.voice.internals with parameters of type IMediaContainer
AudioFile(IMediaContainer container, org.eclipse.core.resources.IFile file)
          Creates a new AudioFile with the given parent container and eclipse file resource.
 

Uses of IMediaContainer in org.eclipse.vtp.desktop.views
 

Methods in org.eclipse.vtp.desktop.views with parameters of type IMediaContainer
 void ProjectsView.copyDirectory(java.io.File f, IMediaContainer container)
           
 void ProjectsView.copyFile(java.io.File f, IMediaContainer container)